home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / sspeare.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  352 b   |  16 lines

  1. on mouseDown
  2.   global counter1
  3.   set the visible of sprite 21 to 0
  4.   updateStage()
  5.   set the visible of sprite 21 to 1
  6.   repeat with n = 25 to 35
  7.     set the memberNum of sprite n to 36
  8.   end repeat
  9.   set counter1 to 0
  10.   put 0 into field "counter1"
  11.   repeat with n = 37 to 39
  12.     set the memberNum of sprite n to 49
  13.   end repeat
  14.   go("singlestep")
  15. end
  16.